Blazor コントロール
CanGroup<T>(IDataCollection<T>,GroupDescription[]) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > CanGroup メソッド : CanGroup<T>(IDataCollection<T>,GroupDescription[]) メソッド
The data collection.
The group descriptions that determine how the data will be grouped.
Returns true if the data collection supports sorting.
シンタックス
'宣言
 
Public Overloads Shared Function CanGroup(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As System.Boolean
public static System.bool CanGroup<T>( 
   IDataCollection<T> dataCollection,
   params GroupDescription[] groupDescriptions
)
where T: class

パラメータ

dataCollection
The data collection.
groupDescriptions
The group descriptions that determine how the data will be grouped.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧